home *** CD-ROM | disk | FTP | other *** search
- failat 21
-
- echo "Check Disk v1.1"
- echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
- echo "This utility will check all of your Wordworth 3"
- echo "disks. You will need to run this program twice,"
- echo "once on your backup disks, and again on your"
- echo "master disks."
- echo "*nIf errors occur on your backup disks, make"
- echo "new backups using fresh disks. If errors occur"
- echo "on the master disks, send them back to Digita"
- echo "technical support with a covering letter and"
- echo "they will be exchanged."
-
- ask "*n*nDo you wish to continue (y/n) ? "
- IF WARN
- copy >NIL: checkdisk RAM:
- copy >NIL: wait RAM:
-
- ask "*n*nPlease insert the disk labelled 'Ww3Install-1' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'Ww3Install-2' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'Ww3Install-3' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'Ww3Install-4' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'PrintManager' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*n*nDo you have the Reference Library disks (y/n) ? "
- IF WARN
- ask "*n*nPlease insert the disk labelled 'RefLibInstall-1' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'RefLibInstall-2' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'RefLibInstall-3' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
-
- ask "*n*nPlease insert the disk labelled 'RefLibInstall-4' into*nthe internal drive and press Return"
- RAM:wait 6
- RAM:checkdisk df0:
- ENDIF
-
- delete >NIL: RAM:checkdisk
- delete >NIL: RAM:wait
- echo "*n*nAll Finished..*n"
- ELSE
- echo "*nUser Aborted...*n"
- ENDIF
-
- ask "Press Return to exit"
-